home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2000 July & August / EPA005.iso / Freeware / Genesis II terrain builder / _SETUP.1 / Genesis2.exe / 0 / RCDATA / TABOUTGENESIS2 / TABOUTGENESIS2.txt < prev   
Text File  |  1999-10-16  |  2KB  |  86 lines

  1. object AboutGenesis2: TAboutGenesis2
  2.   Left = 368
  3.   Top = 188
  4.   BorderIcons = []
  5.   BorderStyle = bsSingle
  6.   Caption = 'About GenesisII'
  7.   ClientHeight = 242
  8.   ClientWidth = 400
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = True
  16.   Position = poScreenCenter
  17.   Scaled = False
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Image1: TImage
  21.     Left = 0
  22.     Top = 0
  23.     Width = 400
  24.     Height = 169
  25.     Align = alClient
  26.     Picture.Data = {<image000.jpg>}
  27.     OnClick = Image1Click
  28.     OnDblClick = Image1DblClick
  29.   end
  30.   object Panel1: TPanel
  31.     Left = 0
  32.     Top = 169
  33.     Width = 400
  34.     Height = 73
  35.     Align = alBottom
  36.     BevelOuter = bvLowered
  37.     Color = clSilver
  38.     TabOrder = 0
  39.     object Version: TLabel
  40.       Left = 232
  41.       Top = 20
  42.       Width = 154
  43.       Height = 13
  44.       Caption = 'GenesisII 2.5.04   Build 0991007'
  45.       Font.Charset = DEFAULT_CHARSET
  46.       Font.Color = clBlack
  47.       Font.Height = -11
  48.       Font.Name = 'MS Sans Serif'
  49.       Font.Style = []
  50.       ParentFont = False
  51.       IsControl = True
  52.     end
  53.     object Copyright: TLabel
  54.       Left = 232
  55.       Top = 4
  56.       Width = 156
  57.       Height = 13
  58.       Caption = 'Copyright Geomantics 1999'
  59.       Font.Charset = DEFAULT_CHARSET
  60.       Font.Color = clBlack
  61.       Font.Height = -11
  62.       Font.Name = 'MS Sans Serif'
  63.       Font.Style = [fsBold]
  64.       ParentFont = False
  65.       IsControl = True
  66.     end
  67.     object Image2: TImage
  68.       Left = 2
  69.       Top = 12
  70.       Width = 193
  71.       Height = 49
  72.       Picture.Data = {<image001.bmp>}
  73.     end
  74.     object Button1: TButton
  75.       Left = 312
  76.       Top = 40
  77.       Width = 75
  78.       Height = 25
  79.       Caption = 'OK'
  80.       Default = True
  81.       ModalResult = 1
  82.       TabOrder = 0
  83.     end
  84.   end
  85. end
  86.